home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PAssignLayer.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:15 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PAssignLayer__
- #define __PAssignLayer__
-
- class PAssignLayer
- {
-
- public:
-
- PAssignLayer(const char * sNameFrom, const char * sNameTo);
-
- private:
-
- PAssignLayer();
- };
-
- #endif
-
- // end of PAssignLayer.h
-